runtime.notifyList.lock (field)

10 uses

	runtime (current package)
		sema.go#L536: 	lock mutex
		sema.go#L563: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L567: 		unlock(&l.lock)
		sema.go#L587: 	goparkunlock(&l.lock, waitReasonSyncCondWait, traceBlockCondWait, 3)
		sema.go#L606: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L616: 	unlock(&l.lock)
		sema.go#L637: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L642: 		unlock(&l.lock)
		sema.go#L673: 			unlock(&l.lock)
		sema.go#L679: 	unlock(&l.lock)